home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Gallery.Dir / 00055.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  220 b   |  12 lines

  1. on mouseDown
  2.   sound stop 3
  3.   puppetSound("byebye")
  4.   repeat while the mouseDown
  5.     set the visible of sprite 4 to 0
  6.     updateStage()
  7.   end repeat
  8.   set the visible of sprite 4 to 1
  9.   updateStage()
  10.   go(1, "quit")
  11. end
  12.